type syscall._Gid_t
5 uses
syscall (current package)
syscall_linux.go#L273: a := make([]_Gid_t, n)
syscall_linux.go#L302: a := make([]_Gid_t, len(gids))
syscall_linux.go#L304: a[i] = _Gid_t(v)
zsyscall_linux_amd64.go#L1459: func getgroups(n int, list *_Gid_t) (nn int, err error) {
ztypes_linux_amd64.go#L99: type _Gid_t uint32
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)